preferenceValue

Class: com.microstrategy.web.app.taglibs.PreferenceValueTag

Usage:

Custom Tag class to be used for displaying the value of a given preference.
The values accepted for the name attribute are those values corresponding to the constants defined in the EnumWebPreferences interface. For example:

  • locale - Returns the locale selected by the user; from EnumWebPreferences.WebPreferenceLocale
  • timeZone - Returns the time zone selected by the user; from EnumWebPreferences.WebPreferenceTimeZone
    For example:
    <web:preferenceValue name="myPreference" />

    Name Required? Description
    name true Indicates the name of the preference to retrieve.
    Usage:
    The name of the preference to retrieve should be a valid one, as defined on the EnumWebPreferences enumeration.